home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / gdb.new / gdb-4.0 / libiberty / README < prev   
Encoding:
Text File  |  1991-08-24  |  467 b   |  17 lines

  1. This directory contains the -liberty library of free software.
  2. It is a collection of subroutines used by various GNU programs.
  3. Current members include:
  4.  
  5.     getopt -- get options from command line
  6.     obstack -- stacks of arbitrarily-sized objects
  7.  
  8. We expect many of the GNU subroutines that are floating around to
  9. eventually arrive here.
  10.  
  11. To build the library, do:
  12.  
  13.     ./configure HOSTTYPE
  14.     make
  15.  
  16. Please report bugs and fixes to "bug-gnu-utils@prep.ai.mit.edu".  Thank you.
  17.